==================================================================
= How to fix the COMDLG32.OCX error in Hi65 Edit and Launch Tool =
==================================================================

Some Windows systems don't come with a COMDLG32.OCX library. To be able to use Hi65 Edit and Launch Tool on those systems, you will need to install COMDLG32.OCX yourself. This is how.

1) Open the "Comdlg32 fix" directory. If you're reading this, you already did.
2) Double click on Comdlg32.zip.
3) Extract COMDLG32.OCX on your desktop.
4) Right click on COMDLG32.OCX and CUT it.
5) If you're on a 32 bit system, open the directory c:\windows\system32. If you're on a 64 bit system, open the directory c:\windows\sysWOW64. You might get a message asking you whether you really want to access that directory. If you do, click YES.
6) Right click inside the window you just opened and PASTE COMDLG32.OCX.
7) If you are on Windows XP or an earlier version of Windows, open a command prompt. Otherwise, click on the command prompt icon with the RIGHT mouse button and select "Run as administrator."
8) If you're on a 32 bit system, enter the following command:

regsvr32  %Systemroot%\System32\comdlg32.ocx

If you're on a 64 bit system, enter this other command instead:

regsvr32  %Systemroot%\SysWOW64\comdlg32.ocx

9) Press Enter. COMDLG32.OCX will be correctly installed and registered.